home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1022.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  989 b   |  30 lines

  1. Excerpts from ext.WorldWideWeb: 29-Apr-93 Re: Standardizing new HTML ..
  2. Tony Sanders@bsdi.com (366)
  3.  
  4. > > Clearly Ghostview talks to Ghostscript in some fashion.  Is the actual
  5. > > communication protocol between the two documented in some fashion other
  6. > > than the source code?
  7. > It opens a pipe and talks postscript to it I'm sure.
  8.  
  9. Ah, I had hoped that you might actually know.  There is an additional
  10. protocol using X Client Events that runs between ghostscript and
  11. ghostview.  Also, the environment variable protocol you described seems
  12. to be more complex; it's more like
  13.  
  14.     setenv GHOSTVIEW "<window-id-1>  <window-id-2>"
  15.  
  16. where <window-id-1> is the window on which ghostscript is supposed to
  17. render, and <window-id-2> is the window to which ghostscript sends
  18. events, in order to run this out-of-band additional protocol.  I believe
  19. that
  20.  
  21.     setenv GHOSTVIEW "<window-id>"
  22.  
  23. will also work in some fashion, though I don't know to what extent the
  24. protocol will be crippled.
  25.  
  26. Bill
  27.  
  28.  
  29.  
  30.